Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.25 KB

File metadata and controls

20 lines (14 loc) · 1.25 KB

Mixed Selectors

Definition:

  • The problem of mixing up all the methods of a test-class is that it is harder to allocate and differentiate accessors, xtures, utilities and test-methods. By putting each type of method into a different method category, especially strictly separating test-methods from other methods we get a better structure of the test-class. A better and cleaner structure helps in understanding the test-suite, the xtures and all the test-methods.

References:

Quality attributes